home *** CD-ROM | disk | FTP | other *** search
- ------------------------------------------------------------------------------
-
- This file describes how to use OS9MAX with SUN/UNIX diskettes which contain
- TAR archive data.
-
- ------------------------------------------------------------------------------
-
- 1. Start OS9MAX software
-
- C:\> os9max b: sunhd
-
- 2. Set SUN format from within OS9MAX (alternative method)
-
- u1> set b: sunhd
-
- 3. Read all media sectors into a file on hard disk (produce file 'sundisk.1')
-
- u1> dread sundisk.1
-
- 4. Terminate OS9MAX and return to MS-DOS
-
- u1> exit
-
- 5. Start the DOS implementation of TAR software for testing archive files
-
- C:\> tar tvf sundisk.1 ;* show archive contents
-
- 6. Start the DOS implementation of TAR software for extracting archive files
-
- C:\> tar xvf sundisk.1 ;* extract archive contents
-
- ------------------------------------------------------------------------------
-